MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / InsertRange Method / InsertRange(Int32,PagesCollection<T>) Method
The index.
The pages collection.

In This Topic
InsertRange(Int32,PagesCollection<T>) Method
In This Topic
Inserts the elements from page collections objects into the pages collection at the specified index.
Syntax
'Declaration
 
Public Overloads Sub InsertRange( _
   ByVal index As Integer, _
   ByVal pages As PagesCollection(Of T) _
) 
 

Parameters

index
The index.
pages
The pages collection.
See Also